home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python152_Src.lha / Python152_Source / Python / SMAKEFILE < prev    next >
Text File  |  1999-04-27  |  3KB  |  77 lines

  1.  
  2. COMPILERSTRING=*" [SAS/C 6.x]*"
  3.  
  4.  
  5. OBJECTS = modsupport.o pythonrun.o errors.o bltinmodule.o \
  6.     ceval.o compile.o frozen.o getargs.o \
  7.     getcompiler.o getcopyright.o getmtime.o \
  8.     getversion.o getplatform.o graminit.o import.o \
  9.     importdl.o marshal.o structmember.o sysmodule.o \
  10.     traceback.o sigcheck.o hypot.o mystrtoul.o pystate.o
  11.  
  12. Python.lib: $(OBJECTS)
  13.     -delete >NIL: Python.lib
  14.     oml Python.lib a <@<
  15. $(OBJECTS)
  16. <
  17.  
  18.  
  19. # sigcheck.o: sigcheck.c
  20. #    SC sigcheck.c $(COPTS) NOOPTINLINE
  21. #
  22.  
  23. bltinmodule.o : bltinmodule.c /include/mymath.h /include/eval.h /include/compile.h /include/node.h /include/Python.h
  24.  
  25. ceval.o : ceval.c /include/thread.h /include/opcode.h /include/eval.h /include/frameobject.h /include/compile.h /include/Python.h
  26.     SC ceval.c DEFINE=MAX_RECURSION_DEPTH=1000 NOOPTGLOBAL
  27.  
  28. compile.o : compile.c /include/structmember.h /include/opcode.h /include/compile.h /include/graminit.h /include/token.h /include/node.h /include/Python.h
  29.  
  30. errors.o : errors.c /include/Python.h
  31.  
  32. fmod.o : fmod.c /include/mymath.h /include/config.h
  33.  
  34. frozen.o : frozen.c /include/Python.h
  35.  
  36. getargs.o : getargs.c /include/Python.h
  37.  
  38. getcompiler.o : getcompiler.c /include/Python.h
  39.     sc getcompiler.c DEFINE "COMPILER=$(COMPILERSTRING)"
  40.  
  41. getcopyright.o : getcopyright.c /include/Python.h
  42.  
  43. getmtime.o : getmtime.c /include/myproto.h /include/config.h
  44.  
  45. getplatform.o : getplatform.c 
  46.     sc getplatform.c DEFINE=PLATFORM="amiga"
  47.  
  48. getversion.o : getversion.c /include/patchlevel.h /include/Python.h
  49.  
  50. graminit.o : graminit.c /include/grammar.h /include/pgenheaders.h
  51.  
  52. hypot.o : hypot.c /include/mymath.h /include/myproto.h /include/config.h
  53.  
  54. import.o : import.c importdl.h /include/osdefs.h /include/eval.h /include/compile.h /include/marshal.h /include/errcode.h /include/token.h /include/node.h /include/Python.h
  55.  
  56. importdl.o : importdl.c importdl.h /include/osdefs.h /include/Python.h
  57.  
  58. marshal.o : marshal.c /include/marshal.h /include/compile.h /include/longintrepr.h /include/Python.h
  59.  
  60. modsupport.o : modsupport.c /include/Python.h
  61.  
  62. mystrtoul.o : mystrtoul.c 
  63.  
  64. pyfpe.o : pyfpe.c /include/pyfpe.h /include/config.h
  65.  
  66. pystate.o : pystate.c /include/Python.h
  67.  
  68. pythonrun.o : pythonrun.c /include/thread.h /include/marshal.h /include/eval.h /include/compile.h /include/errcode.h /include/parsetok.h /include/node.h /include/grammar.h /include/Python.h
  69.  
  70. sigcheck.o : sigcheck.c /include/Python.h
  71.  
  72. structmember.o : structmember.c /include/structmember.h /include/Python.h
  73.  
  74. sysmodule.o : sysmodule.c /include/osdefs.h /include/Python.h
  75.  
  76. traceback.o : traceback.c /include/osdefs.h /include/structmember.h /include/frameobject.h /include/compile.h /include/Python.h
  77.